Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add config for sqlfmt #145

Closed
wants to merge 2 commits into from
Closed

Conversation

ronmorgen1
Copy link

This PR adds support for sqlfmt

description = "sqlfmt formats your dbt SQL files so you don't have to. It is similar in nature to Black, gofmt, and rustfmt (but for SQL)",
},
command = "sqlfmt",
args = { "$FILENAME" },
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the docs, it looks like the correct way to format with stdin/stdout is to pass a single argument: -

@MattiasMTS
Copy link
Contributor

Any plan to try and get this merged?

@stevearc
Copy link
Owner

replaced by #307

@stevearc stevearc closed this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants